@charset "utf-8";

@import url(fonts.css);

body {
    font-family: "Segoe UI";
    margin: 0px 0px 0px 0px;
    min-width: 320px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.content-devcenter {
    text-align: center;
}

.content-devcenter h1 {
    color: #0078d7;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
}

.content-devcenter h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
}

.content-devcenter h3 {
    font-size: 24px;
    font-weight: 200;
}

.content-devcenter p {
    font-size: 14px;
    line-height: 24px;
}

.content-devcenter a {
    color: #0078d7;
    font-size: 14px;
    text-decoration: none;
}

.content-devcenter a:hover {
    border-bottom: 0px;
    cursor: pointer;
    padding-bottom: 0px;
    text-decoration: underline;
}

.content-devcenter .hidden {
    display: none;
}

.content-devcenter .separator {
    background-color: #bbbbbb;
    height: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

.content-devcenter .center {
    text-align: center;
}

.content-devcenter .columns {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0px;
}

.content-devcenter .column {
    display: inline-block;
    vertical-align: top;
}

.content-devcenter .columns-two .column {
    width: 50%;
}

.content-devcenter .show-standard {
    display: block;
}

body.tablet-s .content-devcenter .show-standard,
body.mobile-s .content-devcenter .show-standard {
    display: none;
}

.content-devcenter .show-mobile {
    display: none;
}

body.tablet-s .content-devcenter .show-mobile,
body.mobile-s .content-devcenter .show-mobile {
    display: block;
}

.content-devcenter input {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -khtml-outline: none;
    -webkit-outline: none;
}

.content-devcenter ::-webkit-input-placeholder {
    font-family: "Segoe UI";
}

.content-devcenter :-moz-placeholder {
    font-family: "Segoe UI";
}

.content-devcenter ::-moz-placeholder {
    font-family: "Segoe UI";
}

.content-devcenter :-ms-input-placeholder {
    font-family: "Segoe UI";
}

#overlay {
    background-color: #2d2d2d;
    display: none;
    left: 0px;
    opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    top: 0px;
    z-index: 40;
}

.modal > .overlay {
    display: block;
    opacity: 1.0 !important;
    -o-opacity: 1.0 !important;
    -ms-opacity: 1.0 !important;
    -moz-opacity: 1.0 !important;
    -khtml-opacity: 1.0 !important;
    -webkit-opacity: 1.0 !important;
}

.content-devcenter .android-disclaimer {
    color: #aaaaaa;
    font-family: "Segoe UI Light";
    font-size: 12px;
    padding: 0px 40px 10px 40px;
}

body.mobile-s .content-devcenter .android-disclaimer,
body.tablet-s .content-devcenter .android-disclaimer {
    text-align: left;
}

.content-devcenter .tag-field .tag-field-label {
    font-weight: normal;
}

.content-devcenter .drop-down-container > ul.drop-down {
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 4px #e8e8e8;
    -o-box-shadow: 1px 1px 4px #e8e8e8;
    -ms-box-shadow: 1px 1px 4px #e8e8e8;
    -moz-box-shadow: 1px 1px 4px #e8e8e8;
    -khtml-box-shadow: 1px 1px 4px #e8e8e8;
    -webkit-box-shadow: 1px 1px 4px #e8e8e8;
    left: 0px;
    margin: 0px 0px 0px 0px;
    margin-top: 2px;
    padding: 4px 0px 4px 0px;
    position: absolute;
    top: 34px;
}

.content-devcenter .drop-down-container > ul.drop-down > li {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.content-devcenter .drop-down-container > ul.drop-down > li > a,
.content-devcenter .drop-down-container > ul.drop-down > li > span {
    border-bottom: none;
    color: #4d4d4d;
    display: block;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
    min-width: 120px;
    padding: 6px 12px 6px 12px;
    white-space: nowrap;
    width: 100%;
}

.content-devcenter .error-message-container {
    position: fixed;
    text-align: center;
    top: 0px;
}

.content-devcenter .error-message {
    display: inline-block;
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

.content-devcenter .error-message .authentication {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    max-width: 480px;
    padding: 0px 15px 0px 15px;
    text-align: center;
    width: 100%;
}

.content-devcenter .error-message .authentication .logo {
    background: transparent url(../../../images/logo-microsoft.png) center center;
    border: none;
    display: inline-block;
    height: 84px;
    width: 84px;
}

body.retina-s .content-devcenter .error-message .authentication .logo {
    background-image: url(../../../images/logo-microsoft-2x.png);
    background-size: 84px 84px;
}

.content-devcenter .error-message .authentication h1 {
    font-family: "Segoe UI Light";
    font-size: 34px;
    margin: 40px 0px 0px 0px;
    text-align: center;
}

.content-devcenter .error-message .authentication .separator {
    margin: 20px 0px 20px 0px;
}

.content-devcenter .error-message .authentication .bottom {
    color: #505050;
    font-size: 15px;
    text-align: center;
}

.content-devcenter .error-message .button.button-login {
    margin-top: 60px;
    text-align: center;
}

.content-devcenter .landing .directory {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    font-size: 0px;
    max-width: 1440px;
    padding: 30px 30px 30px 30px;
    text-align: left;
    width: 100%;
}

body.tablet-s .content-devcenter .landing .directory {
    min-width: 230px;
    padding-left: 45px;
    padding-right: 45px;
}

body.mobile-s .content-devcenter .landing .directory {
    min-width: 260px;
    padding-left: 30px;
    padding-right: 30px;
}

.content-devcenter .landing .join .join-group {
    display: inline-block;
    font-size: 0px;
    vertical-align: middle;
    width: 50%;
}

.content-devcenter .landing .join .join-group-header > h1 {
    color: #0078d7;
    font-family: "Segoe UI Light";
    font-size: 58px;
    font-weight: 200;
    line-height: 72px;
    margin-bottom: 20px;
    margin-top: 0px;
}

body.tablet-s .content-devcenter .landing .join .join-group-header,
body.mobile-s .content-devcenter .landing .join .join-group-header {
    display: none;
}

.content-devcenter .landing .join .join-group-button {
    text-align: right;
}

body.tablet-s .content-devcenter .landing .join .join-group-button,
body.mobile-s .content-devcenter .landing .join .join-group-button {
    width: 100%;
}

.content-devcenter .landing .join-group-button .button-join-container {
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 440px;
}

.content-devcenter .landing .join-group-button .button-join-container.join-left {
    text-align: left;
}

.content-devcenter .landing .join-group-button .button-join-container.join-right {
    text-align: center;
}

.content-devcenter .landing .join-group-button .button-join {
    display: inline-block;
    font-size: 15px;
}

body.tablet-s .content-devcenter .landing .join-group-button .button-join,
body.mobile-s .content-devcenter .landing .join-group-button .button-join {
    text-align: left;
}

.content-devcenter .landing .join-group-button .button-join.link {
    font-family: "Segoe UI Light";
    font-size: 18px;
    padding-top: 20px;
}

body.tablet-s .content-devcenter .landing .join-group-button > .button-join-container,
body.mobile-s .content-devcenter .landing .join-group-button > .button-join-container {
    width: 100%;
}

.content-devcenter .landing .join-group-button .button-join.button {
    height: 50px;
    line-height: 50px;
    width: 416px;
}

.content-devcenter .landing .search {
    margin-top: 30px;
}

body.tablet-s .content-devcenter .landing .search,
body.mobile-s .content-devcenter .landing .search {
    margin-top: 0px;
}

.content-devcenter .landing .search .search-group {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    font-size: 0px;
    vertical-align: middle;
    width: 50%;
}

.content-devcenter .landing .search-group.show-standard {
    display: inline-block;
}

body.tablet-s .content-devcenter .landing .search-group.show-standard,
body.mobile-s .content-devcenter .landing .search-group.show-standard {
    display: none;
}

.content-devcenter .landing .search-group.show-mobile {
    display: none;
}

body.tablet-s .content-devcenter .landing .search-group.show-mobile,
body.mobile-s .content-devcenter .landing .search-group.show-mobile {
    display: inline-block;
}

body.tablet-s .content-devcenter .landing .search .search-group,
body.mobile-s .content-devcenter .landing .search .search-group {
    width: 100%;
}

.content-devcenter .landing .search .search-group-query {
    text-align: right;
}

body.tablet-s .content-devcenter .landing .search .search-group:last-child,
body.mobile-s .content-devcenter .landing .search .search-group:last-child {
    margin-top: 30px;
}

.content-devcenter .landing .directory.one-column .search .search-group-filters {
    padding-right: 4px;
}

body.tablet-s .content-devcenter .landing .directory .search .search-group-filters,
body.mobile-s .content-devcenter .landing .directory .search .search-group-filters {
    padding-right: 0px;
}

.content-devcenter .landing .search .search-group-filters .drop-down-container {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    height: 35px;
    padding: 0px 0px 0px 0px;
    width: 205px;
}

.content-devcenter .landing .search .search-group-filters .drop-down-container.visible {
    border-bottom-color: #f0f0f0;
}

.content-devcenter .landing .search .search-group-filters .drop-down-container .button.button-drop-down {
    height: 35px;
    line-height: 31px;
    padding: 0px 15px 0px 15px;
    text-align: left;
}

.content-devcenter .landing .search .search-group-filters .drop-down-container ul {
    list-style: none;
    margin-top: -1px;
    padding-top: 0px;
}

body.tablet-s .content-devcenter .landing .search .search-group-filters .drop-down-container,
body.mobile-s .content-devcenter .landing .search .search-group-filters .drop-down-container {
    margin-left: 0px;
    width: 49%;
}

.content-devcenter .landing .search .search-group-filters .drop-down-container.drop-down-sort {
    margin-left: 30px;
}

.content-devcenter .landing .two-columns .search .search-group-filters .drop-down-container.drop-down-sort {
    margin-left: 10px;
}

.content-devcenter .landing .one-column .search .search-group-filters .drop-down-container.drop-down-sort {
    margin-left: 10px;
}

body.tablet-s .content-devcenter .landing .search .search-group-filters .drop-down-container.drop-down-sort,
body.mobile-s .content-devcenter .landing .search .search-group-filters .drop-down-container.drop-down-sort {
    margin-left: 1%;
}

body.tablet-s .content-devcenter .landing .search .search-group-filters .drop-down-container.drop-down-categories,
body.mobile-s .content-devcenter .landing .search .search-group-filters .drop-down-container.drop-down-categories {
    margin-right: 1%;
}

.content-devcenter .landing .search .search-group-query .text-field-container {
    display: inline-block;
    width: 440px;
}

body.tablet-s .content-devcenter .landing .search .search-group-query .text-field-container,
body.mobile-s .content-devcenter .landing .search .search-group-query .text-field-container {
    display: inline-block;
    width: 100%;
}

.content-devcenter .landing .search .search-group-query .text-field {
    border: none;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666666;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: 0px 0px 0px 0px;
    outline-offset: -1px;
    outline: 1px solid #000000;
    -o-outline: 1px solid #000000;
    -ms-outline: 1px solid #000000;
    -moz-outline: 1px solid #000000;
    -khtml-outline: 1px solid #000000;
    -webkit-outline: 1px solid #000000;
    width: 440px;
}

.content-devcenter .landing .search .search-group-query .text-field-container label {
    top: 7px;
}

body.tablet-s .content-devcenter .landing .search .search-group-query .search-field,
body.mobile-s .content-devcenter .landing .search .search-group-query .search-field {
    margin-top: 30px;
    width: 100%;
}

.content-devcenter .landing .directory-header > div {
    display: inline-table;
    width: 100%;
}

.content-devcenter .landing .directory-content {
    font-size: 0px;
    letter-spacing: 0px;
    margin-top: 30px;
    text-align: left;
}

.content-devcenter .landing .filter-element {
    position: relative;
    vertical-align: top;
}

.content-devcenter .landing .directory.three-columns .filter-element {
    width: 440px;
}

.content-devcenter .landing .directory.one-column .partner-card {
    height: auto;
    margin-right: 0px;
    max-width: none;
    min-height: 316px;
}

.content-devcenter .landing .directory.one-column .search-group .drop-down-container {
    width: 170px;
}

.content-devcenter .landing .directory.two-columns .search .search-group-filters .drop-down-container {
    width: 170px;
}

.content-devcenter .landing .directory.one-column .join-group .button-join {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.content-devcenter .landing .directory.one-column .button-more {
    width: 100%;
}

.content-devcenter .landing .directory.one-column .search-group .search-field {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.content-devcenter .landing .directory.two-columns .partner-card {
    max-width: none;
}

.content-devcenter .landing .filter {
    min-height: 270px;
}

.content-devcenter .landing .filter .filter-more {
    padding: 18px 0px 0px 0px;
    text-align: center;
}

.content-devcenter .landing .filter .filter-more:hover {
    background-color: transparent;
}

.content-devcenter .landing .filter .filter-more .button {
    font-size: 20px;
    font-weight: 200;
    height: 50px;
    line-height: 50px;
    max-width: 440px;
    width: 100%;
}

.content-devcenter .landing .filter .filter-more .more {
    display: inline-block;
}

.content-devcenter .landing .filter .filter-more.loading .more {
    display: none;
}

.content-devcenter .landing .filter .filter-more .load {
    display: none;
}

.content-devcenter .landing .filter .filter-more.loading .load {
    display: inline-block;
}

.content-devcenter .landing .filter .filter-element {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
}

.content-devcenter .landing .filter .filter-input {
    display: none;
}

.content-devcenter .landing .filter .filter-no-results {
    color: #4d4d4d;
    font-size: 28px;
    font-weight: 200;
    padding: 110px 0 110px 0;
    text-align: center;
    text-transform: none;
}

.content-devcenter .landing .directory.three-columns .filter-element:nth-child(3n) {
    margin-right: 0px;
}

.content-devcenter .landing .directory.two-columns .filter-element:nth-child(2n) {
    margin-right: 0px;
}

.content-devcenter .landing .directory.one-column .filter-element {
    margin-right: 0px;
    width: 100%;
}

.content-devcenter .landing .directory .filter-element:last-child {
    margin-right: 0px;
}

.content-devcenter .login-container {
    position: fixed;
    text-align: center;
    top: 0px;
}

.content-devcenter .login {
    display: inline-block;
    margin-top: 0px;
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

.content-devcenter .login .authentication {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    max-width: 480px;
    padding: 0px 15px 0px 15px;
    text-align: center;
}

.content-devcenter .login .authentication .logo {
    background: transparent url(../../../images/logo-microsoft.png) center center;
    border: none;
    display: inline-block;
    height: 84px;
    width: 84px;
}

body.retina-s .content-devcenter .login .authentication .logo {
    background-image: url(../../../images/logo-microsoft-2x.png);
    background-size: 84px 84px;
}

.content-devcenter .login .authentication h1 {
    font-family: "Segoe UI Light";
    font-size: 34px;
    margin: 35px 0px 45px 0px;
    text-align: center;
}

.content-devcenter .login .authentication .bottom {
    color: #505050;
    font-size: 15px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.content-devcenter .login .button.button-login {
    margin-bottom: 14px;
    margin-top: 44px;
}

.content-devcenter .login .authentication .error {
    margin-top: -10px;
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.content-devcenter .login .authentication .text-field {
    margin: 22px 0px 0px 0px;
}

.content-devcenter .login .authentication .link-container {
    display: inline-block;
    margin-top: 14px;
    text-align: center;
    width: 100%;
}

.content-devcenter .signup-container {
    position: fixed;
    text-align: center;
    top: 0px;
}

.content-devcenter .signup {
    display: inline-block;
    margin-top: 0px;
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

.content-devcenter .signup .authentication {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    max-width: 480px;
    padding: 0px 15px 0px 15px;
    text-align: center;
    width: 100%;
}

.content-devcenter .signup .authentication .logo {
    background: transparent url(../../../images/logo-microsoft.png) center center;
    border: none;
    display: inline-block;
    height: 84px;
    width: 84px;
}

body.retina-s .content-devcenter .signup .authentication .signup {
    background-image: url(../../../images/logo-microsoft-2x.png);
    background-size: 84px 84px;
}

.content-devcenter .signup .authentication h1 {
    font-family: "Segoe UI Light";
    font-size: 34px;
    margin: 35px 0px 45px 0px;
    text-align: center;
}

.content-devcenter .signup .authentication .bottom {
    color: #505050;
    font-size: 15px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.content-devcenter .signup .button.button-login {
    margin-bottom: 14px;
    margin-top: 44px;
}

.content-devcenter .signup .authentication .error {
    margin-bottom: 5px;
    padding-top: 0px;
    text-align: center;
}

.content-devcenter .signup .authentication .text-field {
    margin: 22px 0px 0px 0px;
}

.content-devcenter .signup .authentication .link-container {
    display: inline-block;
    margin-top: 14px;
    text-align: center;
    width: 100%;
}

.content-devcenter .signup-agreement .agreement {
    margin-top: 60px;
}

.content-devcenter .signup-agreement .agreement .text-area {
    height: 500px;
    padding: 30px 30px 30px 30px;
}

.content-devcenter .signup-agreement .accept {
    margin-top: 30px;
    text-align: center;
}

.content-devcenter .signup-agreement .accept .check-input {
    display: inline-block;
    text-align: center;
}

.content-devcenter .signup-agreement .accept .check-field {
    margin-top: 4px;
}

.content-devcenter .signup-agreement .accept .check-field-label {
    display: inline-block;
    text-align: left;
}

.content-devcenter .signup-agreement input[type="checkbox"].check-field ~ label:before {
    top: 2px;
}

body.tablet-s .content-devcenter .signup-agreement .accept .check-input,
body.mobile-s .content-devcenter .signup-agreement .accept .check-input {
    max-width: 100%;
}

body.tablet-s .content-devcenter .signup-agreement .accept .check-field,
body.mobile-s .content-devcenter .signup-agreement .accept .check-field {
    margin-left: 2%;
    min-width: 32px;
    width: 10%;
}

body.tablet-s .content-devcenter .signup-agreement .accept .check-field-label,
body.mobile-s .content-devcenter .signup-agreement .accept .check-field-label {
    margin-left: 4%;
    margin-top: -20px;
    text-align: center;
    width: 80%;
}

.content-devcenter .signup-agreement .form-footer {
    margin-top: 20px;
}

.content-devcenter .signup-agreement .text-area {
    appearance: textarea;
    -o-appearance: textarea;
    -ms-appearance: textarea;
    -moz-appearance: textarea;
    -khtml-appearance: textarea;
    -webkit-appearance: textarea;
    border: 1px solid #aaaaaa;
    overflow: auto;
}

.content-devcenter .signup-agreement .text-area h3 {
    margin-bottom: 40px;
    text-align: center;
}

.content-devcenter .signup-agreement .text-area ul li {
    list-style: disc inside;
    margin: 0px 0px 0px 0px;
}

.content-devcenter .signup-agreement .text-area ul li:hover {
    background: none;
}

.content-devcenter .signup-agreement .text-area ul ul {
    margin: 0px 0px 0px 0px;
    padding-left: 20px;
}

.content-devcenter .signup-agreement .text-area ul ul {
    margin: 0px 0px 0px 0px;
    padding-left: 20px;
}

.content-devcenter .signup-agreement .text-area ul ul li:last-child {
    padding-bottom: 0px;
}

.content-devcenter .signup-details .form .form-section h2.contact-information {
    margin-bottom: 50px;
    margin-top: 40px;
}

.content-devcenter .signup-details .form .contact-confirm-email {
    margin-bottom: 0px;
}

.content-devcenter .signup-details .form .contact-confirm-email ~ .error-description {
    margin-top: 8px;
}

.content-devcenter .signup-details .form .signup-disclaimer {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

body.tablet-s .content-devcenter .signup-details .form .signup-disclaimer,
body.mobile-s .content-devcenter .signup-details .form .signup-disclaimer {
    text-align: left;
}

.content-devcenter .signup-details .info {
    color: #000000;
    font-size: 15px;
    margin: 42px 0px 20px 0px;
}

.content-devcenter .signup-details .partner-card ~ .error {
    padding-top: 4px;
}

.content-devcenter .signup-details .partner-card.error ~ .info {
    margin-bottom: 0px;
    margin-top: 10px;
}

.content-devcenter .signup-login .form {
    display: inline-block;
    max-width: 500px;
    text-align: center;
}

.content-devcenter .signup-login .form-content {
    display: inline-block;
    text-align: left;
}

.content-devcenter .signup-login .form-content h1 {
    margin-bottom: 35px;
}

.content-devcenter .signup-login .form-content h2 {
    color: #505050;
    font-size: 24px;
    margin: 0px 0px 45px 0px;
}

.content-devcenter .signup-login .form-content p {
    color: #606060;
    font-size: 15px;
}

.content-devcenter .signup-login .form-content .separator {
    margin: 45px 0px 40px 0px;
}

.content-devcenter .signup-login .form .form-footer {
    margin-top: 30px;
}

.content-devcenter .signup-thanks .thanks-container {
    margin-top: 30px;
    text-align: center;
}

.content-devcenter .signup-thanks .thanks {
    display: inline-block;
    max-width: 450px;
}

.content-devcenter .signup-thanks h1 {
    text-align: center;
}

.content-devcenter .signup-thanks .thanks .button {
    margin-top: 30px;
}

.content-devcenter .partner-card {
    border: 1px solid #d7d7d7;
    box-shadow: 0px 1px 4px #f4f4f4;
    -o-box-shadow: 0px 1px 4px #f4f4f4;
    -ms-box-shadow: 0px 1px 4px #f4f4f4;
    -moz-box-shadow: 0px 1px 4px #f4f4f4;
    -khtml-box-shadow: 0px 1px 4px #f4f4f4;
    -webkit-box-shadow: 0px 1px 4px #f4f4f4;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    font-size: 0px;
    height: 315px;
    letter-spacing: 0px;
    min-width: 260px;
    padding: 20px 30px 30px 30px;
    text-align: left;
    transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -khtml-transition: border 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out;
    width: 100%;
}

body.tablet-s .content-devcenter .partner-card,
body.mobile-s .content-devcenter .partner-card {
    height: auto;
}

.content-devcenter .partner-card.selectable:hover {
    border: 1px solid #aaaaaa;
    box-shadow: 0px 1px 4px #eeeeee;
    -o-box-shadow: 0px 1px 4px #eeeeee;
    -ms-box-shadow: 0px 1px 4px #eeeeee;
    -moz-box-shadow: 0px 1px 4px #eeeeee;
    -khtml-box-shadow: 0px 1px 4px #eeeeee;
    -webkit-box-shadow: 0px 1px 4px #eeeeee;
    cursor: pointer;
}

.content-devcenter .partner-card .logo-container {
    color: #ffffff;
    display: inline-block;
    height: 100px;
    margin: 8px 30px 0px 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100px;
}

body.mobile-s .content-devcenter .partner-card .logo-container {
    margin-bottom: 10px;
}

.content-devcenter .partner-card .logo-container img {
    height: auto;
    max-height: 100px;
    max-width: 100px;
    width: auto;
}

.content-devcenter .partner-card .logo-container .edit-container {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.content-devcenter .partner-card .logo-container .edit-button {
    background-color: #cccccc;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    opacity: 0.5;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 100%;
}

.content-devcenter .partner-card .logo-container .edit-button > label {
    color: #000000;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

.content-devcenter .partner-card .identification-container {
    display: inline-block;
    width: 220px;
}

body.tablet-s .content-devcenter .partner-card .identification-container,
body.mobile-s .content-devcenter .partner-card .identification-container {
    margin-left: 0px;
}

.content-devcenter .partner-card .company-name {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #0178d4;
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    max-height: 72px;
    overflow: hidden;
    word-wrap: break-word;
}

.content-devcenter .partner-card .categories {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #3d3d3d;
    display: block;
    font-family: "Segoe UI Semibold";
    font-size: 16px;
    height: 60px;
    line-height: 20px;
    margin-bottom: 24px;
    overflow: hidden;
    word-wrap: break-word;
}

.content-devcenter .partner-card .description-container {
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    height: 92px;
    line-height: 22px;
    margin-bottom: 24px;
    overflow: hidden;
    word-wrap: break-word;
}

.content-devcenter .partner-card .platform {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px;
}

.content-devcenter .partner-card .platform:last-child {
    margin-right: 0px;
}

.content-devcenter .partner-card .platform-windows {
    background-image: url(../../../images/logo-windows.png);
    display: none;
}

body.retina-s .content-devcenter .partner-card .platform-windows {
    background-image: url(../../../images/logo-windows-2x.png);
    background-size: 31px 30px;
}

.content-devcenter .partner-card .platform-windows.supports-windows {
    display: inline-block;
}

.content-devcenter .partner-card .platform-ios {
    background-image: url(../../../images/logo-apple.png);
    display: none;
}

body.retina-s .content-devcenter .partner-card .platform-ios {
    background-image: url(../../../images/logo-apple-2x.png);
    background-size: 31px 30px;
}

.content-devcenter .partner-card .platform-ios.supports-ios {
    display: inline-block;
}

.content-devcenter .partner-card .platform-android {
    background-image: url(../../../images/logo-android.png);
    display: none;
}

body.retina-s .content-devcenter .partner-card .platform-android {
    background-image: url(../../../images/logo-android-2x.png);
    background-size: 31px 30px;
}

.content-devcenter .partner-card .platform-android.supports-android {
    display: inline-block;
}

.content-devcenter .partner-card .website {
    font-size: 14px;
}

.content-devcenter .partner-card .columns {
    font-size: 0px;
}

.content-devcenter .partner-card .column {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 50%;
}

.content-devcenter .partner-card .columns-two .column-left.platforms {
    text-align: left;
    width: 70%;
}

.content-devcenter .partner-card .columns-two .column-right.website {
    padding-left: 0px;
    text-align: right;
    width: 30%;
}

.content-devcenter .partner-card .file-field-container {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.content-devcenter .partner-card .file-field-container .file-field {
    height: 100%;
    width: 100%;
}

.content-devcenter .partner-card .button {
    height: 100px;
    line-height: 100px;
    min-width: 100px;
    width: 100px;
}

.content-devcenter .spotlight-core {
    background-color: #0078d7;
    color: #ffffff;
    font-size: 0px;
    height: 450px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
}

.content-devcenter .spotlight-core .partner-info-container {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: margin-left 1350ms ease-in-out;
    -o-transition: margin-left 1350ms ease-in-out;
    -ms-transition: margin-left 1350ms ease-in-out;
    -moz-transition: margin-left 1350ms ease-in-out;
    -khtml-transition: margin-left 1350ms ease-in-out;
    -webkit-transition: margin-left 1350ms ease-in-out;
    width: 100%;
}

.content-devcenter .spotlight-core .partner-info {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    height: 100%;
    margin: 0px 30px 0px 30px;
    max-width: 1380px;
    padding-top: 20px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10;
}

.content-devcenter .admin .one-column .spotlight-core .partner-info,
body.tablet-s .content-devcenter .spotlight-core .partner-info,
body.mobile-s .content-devcenter .spotlight-core .partner-info {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.content-devcenter .spotlight-core.spotlight-full .partner-info {
    margin: 0px 0px 0px 0px;
    max-width: none;
    padding-top: 0px;
    text-align: center;
}

.content-devcenter .spotlight-core .partner-info-content {
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 440px;
    padding: 20px 30px 30px 30px;
    position: relative;
    text-align: left;
    width: initial;
}

.content-devcenter .spotlight-core.spotlight-full .partner-info-content {
    background: none;
    display: inline-block;
    height: 100%;
    max-width: 1380px;
    width: 100%;
}

.content-devcenter .admin .one-column .spotlight-core .partner-info-content,
body.tablet-s .content-devcenter .spotlight-core .partner-info-content,
body.mobile-s .content-devcenter .spotlight-core .partner-info-content {
    background: none;
    height: 100%;
    margin: 0px 0px 0px 0px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.content-devcenter .spotlight-core .header {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 380px;
    text-align: center;
    width: 100%;
}

.content-devcenter .spotlight-core.spotlight-full .header {
    height: 290px;
    max-width: none;
}

.content-devcenter .admin .one-column .spotlight-core .header,
body.tablet-s .content-devcenter .spotlight-core .header,
body.mobile-s .content-devcenter .spotlight-core .header {
    height: 320px;
    max-width: none;
    padding: 35px 45px 0px 45px;
    width: 100%;
}

.content-devcenter .spotlight-core .slide-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.content-devcenter .spotlight-core.spotlight-full .slide-overlay {
    display: block;
}

.content-devcenter .admin .one-column .spotlight-core .slide-overlay,
body.tablet-s .content-devcenter .spotlight-core .slide-overlay,
body.mobile-s .content-devcenter .spotlight-core .slide-overlay {
    display: block;
}

.content-devcenter .admin .one-column .spotlight-core .slideshow-slide-default .slide-overlay,
body.tablet-s .content-devcenter .spotlight-core .slideshow-slide-default .slide-overlay,
body.mobile-s .content-devcenter .spotlight-core .slideshow-slide-default .slide-overlay {
    height: 100%;
}

.content-devcenter .spotlight-core .header > .headline {
    color: #ffffff;
    font-family: "Segoe UI Light";
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 44px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    text-align: left;
    word-wrap: break-word;
}

.content-devcenter .spotlight-core.spotlight-full .header > .headline {
    font-size: 72px;
    line-height: normal;
}

.content-devcenter .admin .one-column .spotlight-full .header > .headline,
body.tablet-s .content-devcenter .spotlight-full .header > .headline,
body.mobile-s .content-devcenter .spotlight-full .header > .headline {
    font-size: 34px;
}

.content-devcenter .spotlight-core .footer {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 15px;
    max-width: 380px;
    text-align: center;
    width: 100%;
}

.content-devcenter .spotlight-core.spotlight-full .footer {
    margin-top: 0px;
    max-width: none;
}

.content-devcenter .admin .one-column .spotlight-core .footer,
body.tablet-s .content-devcenter .spotlight-core .footer,
body.mobile-s .content-devcenter .spotlight-core .footer {
    background-color: #eeeeee;
    color: #000000;
    height: 130px;
    margin-top: 0px;
    max-width: none;
    padding: 0px 45px 0px 45px;
    position: static;
    width: 100%;
}

body.mobile-s .content-devcenter .spotlight-core .footer {
    padding: 0px 30px 0px 30px;
}

.content-devcenter .spotlight-core .footer a {
    color: #ffffff;
    font-family: "Segoe UI Semibold";
    font-size: 16px;
}

.content-devcenter .spotlight-core.spotlight-full .footer a {
    font-size: 21px;
}

.content-devcenter .admin .one-column .spotlight-core .footer a,
body.tablet-s .content-devcenter .spotlight-core .footer a,
body.mobile-s .content-devcenter .spotlight-core .footer a {
    color: #0178d4;
}

.content-devcenter .admin .one-column .spotlight-core .footer a:hover,
body.tablet-s .content-devcenter .spotlight-core .footer a:hover,
body.mobile-s .content-devcenter .spotlight-core .footer a:hover {
    color: #0078d7;
}

.content-devcenter .spotlight-core .featured-partner {
    display: inline-block;
    width: 100%;
}

.content-devcenter .admin .one-column .spotlight-core .featured-partner,
body.tablet-s .content-devcenter .spotlight-core .featured-partner,
body.mobile-s .content-devcenter .spotlight-core .featured-partner {
    background-color: #eeeeee;
    color: #000000;
}

.content-devcenter .spotlight-core .basic-info {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.content-devcenter .spotlight-core .basic-info .company-name {
    font-family: "Segoe UI Semibold";
    font-size: 28px;
    margin-bottom: 15px;
}

.content-devcenter .spotlight-core.spotlight-full .basic-info .company-name {
    font-size: 46px;
}

.content-devcenter .spotlight-core .basic-info .categories {
    display: inline-block;
    font-size: 16px;
    width: 55%;
}

.content-devcenter .spotlight-core.spotlight-full .basic-info .categories {
    font-size: 24px;
}

.content-devcenter .admin .one-column .spotlight-core .basic-info,
body.tablet-s .content-devcenter .spotlight-core .basic-info,
body.mobile-s .content-devcenter .spotlight-core .basic-info {
    color: #3e3e3e;
    padding-top: 14px;
}

.content-devcenter .admin .one-column .spotlight-core .basic-info .company-name,
body.tablet-s .content-devcenter .spotlight-core .basic-info .company-name,
body.mobile-s .content-devcenter .spotlight-core .basic-info .company-name {
    font-family: "Segoe UI Semibold";
    font-size: 24px;
    padding: 6px 0px 6px 0px;
}

.content-devcenter .admin .one-column .spotlight-core .basic-info .categories,
body.tablet-s .content-devcenter .spotlight-core .basic-info .categories,
body.mobile-s .content-devcenter .spotlight-core .basic-info .categories {
    font-size: 20px;
}

.content-devcenter .spotlight-core .more-details {
    display: inline-block;
    text-align: right;
    width: 45%;
}

.content-devcenter .admin .one-column .spotlight-core .more-details a,
body.tablet-s .content-devcenter .spotlight-core .more-details a,
body.mobile-s .content-devcenter .spotlight-core .more-details a {
    font-family: "Segoe UI Semibold";
    font-size: 20px;
}

.content-devcenter .spotlight-core .slideshow-container {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.content-devcenter .spotlight-core .slideshow-slider {
    height: 100%;
    min-width: 100%;
    position: relative;
}

.content-devcenter .spotlight-core .slideshow-slide {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.content-devcenter .spotlight-core .spotlight-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    transition: margin-left 1000ms ease-in-out;
    -o-transition: margin-left 1000ms ease-in-out;
    -ms-transition: margin-left 1000ms ease-in-out;
    -moz-transition: margin-left 1000ms ease-in-out;
    -khtml-transition: margin-left 1000ms ease-in-out;
    -webkit-transition: margin-left 1000ms ease-in-out;
    width: 100%;
}

.content-devcenter .spotlight-core .slideshow-slide:first-child .partner-info-container {
    margin-left: 0px;
}

.content-devcenter .spotlight-core .slideshow-slide:not(:first-child) .partner-info-container {
    margin-left: 100%;
}

.content-devcenter .spotlight-core .slideshow-slide:first-child .spotlight-image {
    margin-left: 0px;
}

.content-devcenter .spotlight-core .slideshow-slide:not(:first-child) .spotlight-image {
    margin-left: 100%;
}

.content-devcenter .admin .one-column .spotlight-core .slideshow-slide .spotlight-image,
body.tablet-s .content-devcenter .spotlight-core .slideshow-slide .spotlight-image,
body.mobile-s .content-devcenter .spotlight-core .slideshow-slide .spotlight-image {
    height: 320px;
    width: 100%;
}

.content-devcenter .spotlight-core .slideshow-slide-default {
    cursor: default;
    height: 100%;
    width: 100%;
}

.content-devcenter .spotlight-core .slideshow-slide-default:not(:first-child) {
    display: none;
}

.content-devcenter .spotlight-core .slideshow-slide-default .spotlight-image {
    margin-left: 0px;
}

.content-devcenter .admin .one-column .spotlight-core .slideshow-slide-default .spotlight-image,
body.tablet-s .content-devcenter .spotlight-core .slideshow-slide-default .spotlight-image,
body.mobile-s .content-devcenter .spotlight-core .slideshow-slide-default .spotlight-image {
    height: 500px;
    min-height: initial;
}

.content-devcenter .wizard {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    max-width: 940px;
    min-width: 320px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    width: 100%;
}

.content-devcenter .wizard .wizard-header {
    margin-bottom: 20px;
    text-align: center;
}

.content-devcenter .wizard .form-footer {
    margin-top: 90px;
}

.content-devcenter .wizard-progress {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.content-devcenter .wizard-progress h1 {
    font-family: "Segoe UI Light";
    font-size: 46px;
    margin-bottom: 50px;
}

.content-devcenter .wizard-progress .current-step {
    text-align: center;
}

.content-devcenter .wizard-progress .bar {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    font-size: 0px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
}

.content-devcenter .wizard-progress .bar-line {
    display: inline-block;
    height: 2px;
    vertical-align: middle;
}

.content-devcenter .wizard-progress .bar-dot {
    background: url(../../../images/progress-circle.png) no-repeat center center;
    display: block;
    height: 24px;
    margin-top: -27px;
    position: relative;
    width: 24px;
}

body.retina-s .content-devcenter .wizard-progress .bar-dot {
    background: url(../../../images/progress-circle-2x.png) no-repeat center center;
    background-size: 24px 24px;
}

.content-devcenter .wizard-progress .bar.step-1-4 .bar-dot,
.content-devcenter .wizard-progress .bar.step-1-2 .bar-dot {
    left: 0px;
}

.content-devcenter .wizard-progress .bar.step-2-4 .bar-dot {
    left: 32%;
}

.content-devcenter .wizard-progress .bar.step-3-4 .bar-dot {
    left: 64%;
}

.content-devcenter .wizard-progress .bar.step-4-4 .bar-dot {
    left: 97.2%;
}

.content-devcenter .wizard-progress .bar.step-2-2 .bar-dot {
    left: 98%;
}

.content-devcenter .wizard-progress .bar .bar-line.empty {
    background-color: #999999;
}

.content-devcenter .wizard-progress .bar .bar-line.filled {
    background-color: #0078d7;
}

.content-devcenter .wizard-progress .bar.step-1-4 .bar-line.empty,
.content-devcenter .wizard-progress .bar.step-1-2 .bar-line.empty {
    width: 100%;
}

.content-devcenter .wizard-progress .bar.step-1-4 .bar-line.filled,
.content-devcenter .wizard-progress .bar.step-1-2 .bar-line.filled {
    width: 0%;
}

.content-devcenter .wizard-progress .bar.step-2-4 .bar-line.empty {
    width: 68%;
}

.content-devcenter .wizard-progress .bar.step-2-4 .bar-line.filled {
    width: 32%;
}

.content-devcenter .wizard-progress .bar.step-3-4 .bar-line.empty {
    width: 36%;
}

.content-devcenter .wizard-progress .bar.step-3-4 .bar-line.filled {
    width: 64%;
}

.content-devcenter .wizard-progress .bar.step-4-4 .bar-line.empty,
.content-devcenter .wizard-progress .bar.step-2-2 .bar-line.empty {
    width: 0%;
}

.content-devcenter .wizard-progress .bar.step-4-4 .bar-line.filled,
.content-devcenter .wizard-progress .bar.step-2-2 .bar-line.filled {
    width: 100%;
}

.content-devcenter .wizard-progress .steps {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0px;
    margin-top: 8px;
}

.content-devcenter .wizard-progress .step {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #606060;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 25%;
}

.content-devcenter .wizard-progress .step:first-child {
    text-align: left;
}

.content-devcenter .wizard-progress .step:nth-child(2) {
    padding-right: 9%;
}

.content-devcenter .wizard-progress .step:nth-child(3) {
    padding-right: 4%;
    width: 35%;
}

.content-devcenter .wizard-progress .step:last-child {
    text-align: right;
    width: 15%;
}

.content-devcenter .wizard-progress .bar.step-1-2 .step:first-child,
.content-devcenter .wizard-progress .bar.step-2-2 .step:first-child {
    width: 50%;
}

.content-devcenter .wizard-progress .bar.step-1-2 .step:last-child,
.content-devcenter .wizard-progress .bar.step-2-2 .step:last-child {
    padding-right: 0px;
    width: 50%;
}

body.tablet-s .content-devcenter .wizard-progress .step:last-child,
body.mobile-s .content-devcenter .wizard-progress .step:last-child {
    text-align: center;
    width: 100%;
}

.content-devcenter input[type="text"][readonly] {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(122, 123, 123, 1) !important;
}

.content-devcenter input.text-field {
    background-color: #ffffff;
    border: 2px solid rgba(122, 123, 123, 1);
    padding: 0px 15px 0px 15px;
}

.content-devcenter input.text-field.invalid {
    border-color: #ff0000 !important;
}

.content-devcenter input.text-field::-ms-clear {
    display: none !important;
}

.content-devcenter input.text-field:-ms-placeholder {
    color: #a3a3a3 !important;
}

.content-devcenter :-ms-input-placeholder {
    color: #a3a3a3 !important;
}

.content-devcenter input.text-field:-moz-placeholder {
    color: #a3a3a3 !important;
}

.content-devcenter input.text-field::-moz-placeholder {
    color: #a3a3a3 !important;
}

.content-devcenter input.text-field::-webkit-input-placeholder {
    color: #a3a3a3 !important;
}

.content-devcenter .button {
    background-color: #0078d7;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 0px 0px;
    min-width: 120px;
    padding: 0px 12px 0px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.content-devcenter .button:hover {
    background-color: #006cc2;
    border: none;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 0px 12px;
    text-decoration: none;
}

.content-devcenter .button.hidden {
    display: none;
}

.content-devcenter .button.disabled {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}

.content-devcenter .button.button-secondary {
    background-color: #b2b2b2;
    color: #000000;
}

.content-devcenter .button.button-cancel {
    background-color: #b2b2b2;
    color: #000000;
}

.content-devcenter .button.button-save {
    background-color: #107c10;
}

.content-devcenter .button.button-save:hover {
    background-color: #0e6f0e;
}

.content-devcenter .button.button-approve {
    background-color: #107c10;
}

.content-devcenter .button.button-approve:hover {
    background-color: #0e6f0e;
}

.content-devcenter .button.button-delete {
    background-color: #e81123;
}

.content-devcenter .button.button-delete:hover {
    background-color: #d00f1f;
}

.content-devcenter .button.button-reject {
    background-color: #e81123;
}

.content-devcenter .button.button-reject:hover {
    background-color: #d00f1f;
}

.content-devcenter input[type="checkbox"].check-field {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    -webkit-appearance: none;
    background: none;
    border-width: 0px 0px 0px 0px;
    height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    visibility: hidden;
    width: 30px;
}

.content-devcenter input[type="checkbox"].check-field ~ label:before {
    background: url(../../../images/check-field.png) no-repeat top left;
    content: "";
    display: inline-block;
    height: 30px;
    position: relative;
    right: 30px;
    top: -2px;
    vertical-align: bottom;
    width: 30px;
}

.content-devcenter input[type="checkbox"].check-field:checked ~ label:before {
    background-position: 0px -30px;
}

.content-devcenter input[type="checkbox"].check-field:hover ~ label:before {
    background-image: url(../../../images/check-field.png);
    background-position: 0px 0px;
}

body.retina-s .content-devcenter input[type="checkbox"].check-field ~ label:before {
    background-image: url(../../../images/check-field-2x.png);
    background-size: 30px 60px;
}

body.retina-s .content-devcenter input[type="checkbox"].check-field:checked ~ label:before {
    background-position: 0px -30px;
    background-size: 30px 60px;
}

.content-devcenter .check-input {
    margin-bottom: 45px;
}

.content-devcenter .check-input .check-field {
    display: inline-block;
    vertical-align: middle;
}

.content-devcenter .check-input .check-field-label {
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.content-devcenter .drop-down-container {
    background: url(../../../images/arrow-down-small.png) no-repeat right 10px center;
    border: 1px solid #7a7b7b;
    color: #000000;
    font-size: 12px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

body.retina-s .content-devcenter .drop-down-container {
    background-image: url(../../../images/arrow-down-small-2x.png);
    background-position-y: 16px;
    background-size: 10px 5px;
}

.content-devcenter .drop-down-container:hover,
.content-devcenter .drop-down-container.visible {
    background-color: #f2f2f2;
    background-image: url(../../../images/arrow-down-small-hover.png);
}

body.retina-s .content-devcenter .drop-down-container:hover,
body.retina-s .content-devcenter .drop-down-container.visible {
    background-image: url(../../../images/arrow-down-small-hover-2x.png);
    background-size: 10px 5px;
}

.content-devcenter .drop-down-container:hover .button.button-drop-down,
.content-devcenter .drop-down-container.visible .button.button-drop-down {
    color: #000000;
}

.content-devcenter .drop-down-container .button.button-drop-down {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #7e7e7e;
    font-size: 16px;
    line-height: 40px;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -khtml-outline: none;
    -webkit-outline: none;
    padding-left: 14px;
    padding: 0px 0px 0px 0px;
    text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -khtml-text-shadow: none;
    -webkit-text-shadow: none;
    width: 100%;
}

.content-devcenter .drop-down-container > ul.drop-down {
    background-color: #f2f2f2;
    border-color: #7a7b7b;
    border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-top: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin-left: -1px;
    margin-top: 4px;
    padding-bottom: 0px;
    width: 100%;
    z-index: 10;
}

.content-devcenter .drop-down-container > ul.drop-down > li {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.content-devcenter .drop-down-container > ul.drop-down > li.selected,
.content-devcenter .drop-down-container > ul.drop-down > li:hover {
    background-color: #cbcbcb;
}

.content-devcenter .drop-down-container {
    display: inline-block;
    position: relative;
}

.content-devcenter .drop-down-container > ul.drop-down > li > a,
.content-devcenter .drop-down-container > ul.drop-down > li > span {
    border-bottom: none;
    color: #4d4d4d;
    display: block;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
    min-width: 120px;
    padding: 6px 12px 6px 12px;
    white-space: nowrap;
    width: 100%;
}

.content-devcenter ul.sections-list {
    margin: 0px 0px 0px 0px;
}

.content-devcenter ul.sections-list > li {
    border: 1px solid transparent;
    margin: 0px 0px 10px 0px;
    padding: 14px 14px 14px 14px;
}

.content-devcenter ul.sections-list > li:hover {
    border-color: #cdcdcd;
    box-shadow: 0px 0px 6px #e8e8e8;
    -o-box-shadow: 0px 0px 6px #e8e8e8;
    -ms-box-shadow: 0px 0px 6px #e8e8e8;
    -moz-box-shadow: 0px 0px 6px #e8e8e8;
    -khtml-box-shadow: 0px 0px 6px #e8e8e8;
    -webkit-box-shadow: 0px 0px 6px #e8e8e8;
}

.content-devcenter .drop-field {
    text-align: left;
}

.content-devcenter .drop-field .text-field {
    background: url(../../../images/arrow-down.png) no-repeat right 15px center;
    height: 40px;
    line-height: 40px;
    padding-right: 35px;
    width: 100%;
}

body.retina-s .content-devcenter .drop-field .text-field {
    background: url(../../../images/arrow-down-2x.png) no-repeat right 15px center;
    background-size: 16px 9px;
}

.content-devcenter .drop-field > ul.drop-field-contents {
    background-color: #f2f2f2;
    border: 2px solid #7b7b7b;
    border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-top: none;
    border-top-color: #0078d7;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin-top: -27px;
    width: 100%;
    z-index: 10;
}

.content-devcenter .drop-field > ul.drop-field-contents > li {
    border: none;
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    color: #000000;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 8px 8px 8px 15px;
}

.content-devcenter .drop-field > ul.drop-field-contents > li.selected,
.content-devcenter .drop-field > ul.drop-field-contents > li:hover {
    background-color: #cbcbcb;
}

.content-devcenter .drop-field-container {
    position: relative;
}

.content-devcenter .drop-field-container label {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: normal;
    left: 17px;
    pointer-events: none;
    position: absolute;
    top: 12px;
    z-index: 10;
}

.content-devcenter .drop-field {
    text-align: left;
}

.content-devcenter .drop-field.drop-field-select > .text-field {
    cursor: pointer;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.content-devcenter .drop-field.drop-field-lock > .text-field {
    background-image: url(../../../images/drop-field-lock.png);
}

.content-devcenter .drop-field.drop-field-select.drop-field-lock > .text-field {
    background-image: url(../../../images/drop-field-select.png);
}

.content-devcenter .drop-field > .drop-field-contents {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0px 1px 4px #f0f0f0;
    -o-box-shadow: 0px 1px 4px #f0f0f0;
    -ms-box-shadow: 0px 1px 4px #f0f0f0;
    -moz-box-shadow: 0px 1px 4px #f0f0f0;
    -khtml-box-shadow: 0px 1px 4px #f0f0f0;
    -webkit-box-shadow: 0px 1px 4px #f0f0f0;
    margin: 0px 0px 0px 0px;
    max-height: 234px;
    overflow-y: auto;
    padding-left: 0px;
    z-index: 1;
}

.content-devcenter .drop-field > .drop-field-contents > li:last-child {
    border-bottom: none;
}

.content-devcenter .file-field-container {
    position: relative;
}

.content-devcenter .file-field-container:hover {
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.content-devcenter input[type="file"].file-field {
    filter: 0;
    -o-filter: 0;
    -ms-filter: 0;
    -moz-filter: 0;
    -khtml-filter: 0;
    -webkit-filter: 0;
    height: 38px;
    left: 0px;
    opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.content-devcenter .file-field-container input[type="file"].file-field ~ .button {
    border: none;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.content-devcenter .file-field-container input[type="file"].file-field:hover ~ .button {
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.content-devcenter .form {
    text-align: left;
    width: 100%;
}

.content-devcenter .form .error {
    color: #ff0000;
    font-size: 16px;
    padding-top: 16px;
    text-align: left;
    width: 100%;
}

.content-devcenter .form .error-description {
    color: #ff0000;
    font-size: 16px;
    margin-bottom: 17px;
    margin-top: -38px;
    text-align: left;
}

.content-devcenter .form input {
    display: block;
}

.content-devcenter .form .text-field {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 45px;
    line-height: 41px;
    margin-bottom: 45px;
    width: 100%;
}

.content-devcenter .form .drop-field .drop-field-contents {
    margin-top: -45px;
}

.content-devcenter .form .text-area {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000;
    height: 226px;
    width: 100%;
}

.content-devcenter .form .text-area ~ .error-description {
    margin-top: 8px;
}

.content-devcenter .form .columns {
    font-size: 0px;
}

.content-devcenter .form .columns-two .column {
    width: 50%;
}

.content-devcenter .form .column {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.content-devcenter .form .column-left {
    padding-right: 15px;
}

.content-devcenter .form .column-right {
    padding-left: 15px;
}

.content-devcenter .form .form-header {
    margin-top: 30px;
    text-align: left;
}

body.tablet-s .content-devcenter .form .form-header,
body.mobile-s .content-devcenter .form .form-header {
    text-align: center;
}

.content-devcenter .form .form-content > .columns-two > .column,
.content-devcenter .form .form-content > .columns-two > .column {
    min-width: 260px;
    width: 440px;
}

.content-devcenter .form .form-footer > .columns-two > .column,
.content-devcenter .form .form-footer > .columns-two > .column {
    width: 50%;
}

.content-devcenter .form .form-content.column-manager.one-column > .columns-two > .column {
    padding-right: 0px;
    width: 100%;
}

.content-devcenter .form .form-content.column-manager.one-column > .columns-two > .column-right {
    padding-left: 0px;
}

.content-devcenter .form .form-section {
    text-align: left;
}

.content-devcenter .form h1 {
    font-family: "Segoe UI Light";
    font-size: 34px;
    margin-bottom: 40px;
}

.content-devcenter .form h2 {
    color: #222222;
    font-family: "Segoe UI Light";
    font-size: 34px;
    margin-bottom: 40px;
}

.content-devcenter .form .form-footer {
    margin-top: 40px;
    text-align: left;
}

body.tablet-s .content-devcenter .form .form-footer,
body.mobile-s .content-devcenter .form .form-footer {
    text-align: center;
}

.content-devcenter .form .form-footer .column-left {
    text-align: left;
    vertical-align: middle;
}

.content-devcenter .form .form-footer .column-right {
    text-align: right;
    vertical-align: middle;
}

.content-devcenter .form .partner-card.error {
    border: 2px solid #ff0000;
}

.content-devcenter .search-field {
    background: url(../../../images/magnifying-glass.png) no-repeat center right 10px;
}

body.retina-s .content-devcenter .search-field {
    background-image: url(../../../images/magnifying-glass-2x.png);
    background-size: 14px 14px;
}

body.retina-s .content-devcenter .tag-field .tag-field-remove {
    background-image: url(../../../images/tag-field-remove-2x.png);
    background-size: 30px 60px;
}

.content-devcenter .tag-field > .tag-field-tags {
    cursor: text;
    margin: 0px 50px 8px 0px;
    padding: 0px 0px 0px 15px;
    position: absolute;
}

.content-devcenter .tag-field .tag-field-tag {
    background-color: #888888;
    cursor: default;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 2px 4px 4px 0px;
    padding: 0px 0px 0px 10px;
}

.content-devcenter .tag-field .tag-field-label {
    color: #ffffff;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}

.content-devcenter .tag-field .tag-field-remove {
    background: transparent url(../../../images/tag-field-remove.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 30px;
    margin: 0px 0px 0px 10px;
    width: 30px;
}

.content-devcenter .tag-field .tag-field-remove:hover {
    background-position: 0px -30px;
}

.content-devcenter .text-area {
    background-color: #ffffff;
    border: 2px solid #7b7b7b;
    font-family: "Segoe UI";
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    resize: none;
    width: 100%;
}

.content-devcenter .text-area.invalid {
    border-color: #ff0000;
}

.content-devcenter .text-area:-ms-input-placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-area:-moz-placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-area::-moz-placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-area::-webkit-input-placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-area-container {
    position: relative;
}

.content-devcenter .text-area-container label {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: normal;
    left: 17px;
    pointer-events: none;
    position: absolute;
    top: 17px;
}

.content-devcenter .text-field {
    background-color: #ffffff;
    border: 2px solid rgba(122, 123, 123, 1);
    color: #000000;
    font-family: "Segoe UI";
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px 0px 15px;
    width: 100%;
}

.content-devcenter .text-field:hover {
    border-color: #0078d7;
}

.content-devcenter .text-field.active {
    color: #000000;
}

.content-devcenter .text-field.invalid {
    border-color: #ff0000;
}

.content-devcenter .text-field::-ms-clear {
    display: none;
}

.content-devcenter .text-field:-ms--placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-field:-moz-placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-field::-moz-placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-field::-webkit--placeholder {
    color: #a3a3a3;
}

.content-devcenter .text-field-container {
    position: relative;
}

.content-devcenter .text-field-container label {
    color: #a3a3a3;
    cursor: text;
    font-size: 15px;
    font-weight: normal;
    left: 17px;
    pointer-events: none;
    position: absolute;
    top: 12px;
}

.window {
    background-color: #ffffff;
    border: 2px solid #2d2d2d;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px 20px 20px 20px;
    z-index: 1050;
}

.window h1 {
    display: none;
}

.window p {
    font-size: 16px;
    text-align: left;
}

.window .window-buttons .button {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin: 20px 0px 0px 0px;
    min-width: 120px;
    padding: 0px 12px 0px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.window .window-buttons .button-cancel {
    background-color: #d11c2e;
}

.window .window-buttons .button-confirm {
    background-color: #689f39;
    float: right;
}
